home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / rozrywka / 3dmaze / 3dmaze.do_ / 3dmaze.do
Encoding:
Text File  |  1995-11-26  |  1.7 KB  |  45 lines

  1.                                3DMaze -- Maze Game
  2.  
  3.                               Version 1.2 (11/25/95)
  4.  
  5.  
  6.      Generate and solve mazes under Windows 95.
  7.  
  8.      The mazes are displayed in three dimensions.
  9.  
  10.      Select "Action" on the menu bar to get a "New" maze, "Solve" a maze, or
  11. "Clear" the solution from the maze.
  12.  
  13.      Except for minimizing and restoring the 3DMaze window, resizing the window
  14. results in a new maze.  Larger windows yield mazes with more rooms.
  15.  
  16.      Select "Style" on the menu bar to pick "Square rooms" or "Hexagonal
  17. rooms".
  18.  
  19.      The scroll bar can be used to change the tilt of the maze.
  20.  
  21.      After a maze with square rooms is drawn, you can use the arrow keys to
  22. solve it.  After a maze with hexagonal rooms is drawn, you can use the Home,
  23. Up Arrow, PgUp, End, Down Arrow, and PgDn keys to solve it.  If those keys
  24. are layed out on your numeric keypad as follows:
  25.  
  26.                              Home   Up Arrow   PgUp
  27.  
  28.                              End   Down Arrow  PgDn
  29.  
  30. the direction of movement in the window will correspond to the direction of 
  31. the key from "5" on the keypad.  Note that the up and down arrows revert to
  32. controlling the scroll bar after a maze is solved.
  33.  
  34.      Each maze has exactly one solution that does not involve backtracking
  35. (passing through a doorway more than once).
  36.  
  37.      The Visual Basic 4.0 source code is included with this application.  I,
  38. James L. Dean, am the author of the source code.  Select "About" on the menu
  39. bar for information about distributing this application, etc.
  40.  
  41.      This is my first Visual Basic program.  Send compliments or constructive
  42. criticism to my Email address -- csvcjld@nomvs.lsumc.edu.
  43.  
  44.      Enjoy!
  45.